home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9683 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  639 b 

  1. Path: news.io.com!usenet
  2. From: langj@jcave.com (Jonathan Lang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Sorting algorithm - In search of
  5. Date: Sun, 03 Mar 1996 21:45:20 GMT
  6. Message-ID: <4hd056$314@nntp-1.io.com>
  7. References: <4h4jhi$3bh@news.cis.nctu.edu.tw>
  8. NNTP-Posting-Host: p152.jcave.com
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Don Pierce <don@pierce.geometrics.com> wrote:
  12.  
  13. >I am looking for an efficient sorting alogorithm
  14. >to sort an array of floats. I prefer a non-recursive
  15. >type because I heard they were inefficient on large data
  16. >sets. My array contains up to 10000 elements.
  17.  
  18. Check out STL.  
  19. -- Jonathan Lang (langj@jcave.com)
  20.  
  21.